object Form6: TForm6 Left = 223 Top = 159 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Form6' ClientHeight = 273 ClientWidth = 492 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 10 Top = 220 Width = 471 Height = 10 Shape = bsBottomLine end object Label1: TLabel Left = 145 Top = 10 Width = 187 Height = 13 Caption = 'Setup has been completed Succesfully.' end object Button1: TButton Left = 315 Top = 240 Width = 75 Height = 25 Caption = '&Finish' TabOrder = 0 OnClick = BitBtn1Click end object Button2: TButton Left = 240 Top = 240 Width = 75 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 405 Top = 240 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' Enabled = False TabOrder = 2 end object GroupBox1: TGroupBox Left = 140 Top = 115 Width = 341 Height = 105 Caption = 'Information' TabOrder = 3 object Label2: TLabel Left = 10 Top = 25 Width = 211 Height = 16 AutoSize = False Caption = 'Setup has installed' WordWrap = True end object Label3: TLabel Left = 10 Top = 45 Width = 211 Height = 16 AutoSize = False WordWrap = True end end object Panel1: TPanel Left = 10 Top = 10 Width = 121 Height = 211 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 4 object Image2: TImage Left = 0 Top = 0 Width = 117 Height = 207 Align = alClient AutoSize = True Center = True end end end